ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / HeadersFocusability Property

In This Topic
    HeadersFocusability Property (TransposedGrid<T>)
    In This Topic
    Gets or sets a value that determines whether the row and column headers are focusable.
    Syntax
    'Declaration
     
    Public Overridable Property HeadersFocusability As HeadersFocusability
    public virtual HeadersFocusability HeadersFocusability {get; set;}
    See Also